home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch09 / acp249a / acp249aJ.js < prev   
Text File  |  1999-05-17  |  3KB  |  98 lines

  1.  
  2. function getQAarray() {
  3.  
  4.  
  5. ////////////////////////////////////////////////////////////////////////////////////
  6. ////////////////////////////////////////////////////////////////////////////////////
  7.  
  8.  
  9.  
  10. matchingAnsObj = new Object;
  11.  
  12.  
  13. problemArr = new Array();
  14.  
  15. for (i=0; i<this.AnswerArray.length+3; i++) 
  16. {
  17.   problemArr[i] = new Object;
  18. };
  19.  
  20.  
  21. ////////////////////////////////////////////////////////////////////////////////////
  22. ////////////////////////////////////////////////////////////////////////////////////
  23. ////////////////////////////////////////////////////////////////////////////////////
  24. ////////////////////////////////////////////////////////////////////////////////////
  25. // problemArr[1]["Q"] = "Experimentation "; 
  26. // problemArr[2]["Q"] = " Independent Variable ";
  27.  
  28.  
  29.  
  30.  
  31.  problemArr[1]["Q"] = " A display of the organizational pattern of the speech. "; 
  32.  
  33.  problemArr[2]["Q"] = " A detailed outline, usually written in complete sentences, used to develop a clear organizational structure during preparation of the speech. "; 
  34.  
  35.  problemArr[3]["Q"] = " A brief outline, usually containing only key words, used as a memory aid during delivery. "; 
  36.  
  37.  problemArr[4]["Q"] = " Designating the supporting materials for a main idea with the subordinate symbol and indentation system in an outline--for example, supporting materials, indicated by capital letters, indented under main ideas, indicated by Roman numerals. "; 
  38.  
  39.  problemArr[5]["Q"] = " Designating all ideas that are on the same level of importance with the same symbol series and level of indentation in an outline. "; 
  40.  
  41.    
  42.  
  43.  
  44.  
  45.  
  46.  
  47. ////////////////////////////////////////////////////////////////////////////////////
  48. ////////////////////////////////////////////////////////////////////////////////////
  49. //////////////////////////////////////////////////////////////////////////////////// 
  50. // matchingAnsObj["A"] = " The variable that is measured in an experiment. ";
  51. // matchingAnsObj["B"] = " Procedure in which the researchers who have contact with participants do not know the hypothesis under investigation. ";
  52. // matchingAnsObj["C"] = " Unintended effects, caused by researchers, on participants' behavior. ";
  53.  
  54.  
  55.  
  56.  
  57.   matchingAnsObj["A"] = " coordination "; 
  58.  
  59.   matchingAnsObj["B"] = " outline "; 
  60.  
  61.   matchingAnsObj["C"] = " preparation outline "; 
  62.  
  63.   matchingAnsObj["D"] = " presentation (speaking) outline "; 
  64.  
  65.   matchingAnsObj["E"] = " subordination "; 
  66.  
  67.  
  68.  
  69.  
  70.    
  71. matchingAnsObj["FB"] = " For more information, see page 234 of your text. ";
  72.  
  73. matchingAnsObj["FC"] = " For more information, see page 234 of your text. ";
  74.  
  75. matchingAnsObj["FD"] = " For more information, see page 234 of your text. ";
  76.  
  77. matchingAnsObj["FE"] = " For more information, see page 238 of your text. ";
  78.  
  79. matchingAnsObj["FA"] = " For more information, see page 249 of your text. ";
  80.  
  81.  
  82.  
  83.  
  84. ////////////////////////////////////////////////////////////////////////////////////
  85. ////////////////////////////////////////////////////////////////////////////////////
  86. ////////////////////////////////////////////////////////////////////////////////////
  87. ////////////////////////////////////////////////////////////////////////////////////
  88.  
  89.  
  90. }
  91.  
  92.  
  93. getQAarray();
  94.  
  95.  
  96.  
  97.  
  98.